Skip to main content

mouseRelease

Type

message

Summary

Sent when the user releases the mouse outside the control that was clicked.

Syntax

mouseRelease <pButtonNumber>

Description

Handle the mouseRelease message to perform an action when the user releases the mouse button after clicking and then dragging outside the control.

The mouseRelease message is sent to the control that was originally clicked, or to the card if no control was under the mouse pointer.

The mouseRelease message is sent only when the Browse tool is being used.

If an unlocked field is clicked with mouse button 1 or 2, no mouseRelease message is sent.

If the control is a field with its listBehavior property set to true, the mouseRelease message is sent when the mouse button is released and the mouse is not over a text line in the field, even if the mouse is still over the field.

If the mouse is released while it's still within the control that was clicked, a mouseUp message is sent instead of mouseRelease.

Parameters

NameTypeDescription

pButtonNumber

enum

Specifies which mouse button was pressed:

Examples

on mouseRelease theButton
if theButton is 1 then send "mouseUp" to the target
else pass mouseRelease
end mouseRelease

command: send

glossary: Browse tool, card, control, field, message, mouse button, mouse pointer, property

message: dragEnd, mouseStillDown

property: listBehavior

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

web

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?